- communication socket
- Микроэлектроника: коммуникационный разъём
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
POSIX local inter-process communication socket — POSIX local inter process communication sockets (auch Unix Domain Socket oder IPC Socket) sind Endpunkte von bidirektionalen Kommunikationsverbindungen bei der lokalen Interprozesskommunikation (IPC) unter Unix Betriebssystemen. Die Kommunikation … Deutsch Wikipedia
Socket — can refer to:In mechanics: * Socket wrench, a type of wrench that uses separate, removable sockets to fit different sizes of nuts and bolts * Socket head screw, a screw (or bolt) with a cylindrical head containing a socket into which the… … Wikipedia
Socket de Internet — Socket designa un concepto abstracto por el cual dos programas (posiblemente situados en computadoras distintas) pueden intercambiar cualquier flujo de datos, generalmente de manera fiable y ordenada. El término socket es también usado como el… … Wikipedia Español
Socket — Pour l’article homophone, voir Socquette. Cette page d’homonymie répertorie les différents sujets et articles partageant un même nom. Socket (mot anglais qui signifie prise) est un terme informatique qui peut avoir plusieurs significations… … Wikipédia en Français
Socket (Software) — Ein Socket (abgel. von engl. Sockel oder Steckverbindung, Steckdose) ist ein Software Modul, mit dessen Hilfe sich ein Computerprogramm mit einem Rechnernetz verbinden und mit anderen Computern Daten austauschen kann. Sockets werden auch… … Deutsch Wikipedia
socket — 1. A general purpose interprocess communication mechanism, originally developed in the Unix world. Sockets allow processes that are not running at the same time or on the same system to exchange information; pairs of cooperating sockets manage … Dictionary of networking
socket — ● ►en n. f. ►NET Norme (qui s est imposée de fait) de mode de communication sur réseau, mis au point à Berkeley (Voir BSD), qui permet à une application de dialoguer avec un protocole. À l origine, normalement, le niveau IV transport OSI aurait… … Dictionnaire d'informatique francophone
Internet socket — In computer networking, an Internet socket or network socket is an endpoint of a bidirectional inter process communication flow across an Internet Protocol based computer network, such as the Internet. The term Internet sockets is also used as a… … Wikipedia
Unix domain socket — A Unix domain socket (UDS) or IPC socket (inter process communication socket) is a virtual socket, similar to an internet socket that is used in POSIX operating systems for inter process communication. The correct standard POSIX term is POSIX… … Wikipedia
Client socket — In computer science, a client socket is a tool for establishing networked computer communication between a server and client initiated by the client. A client socket forms one endpoint in a client–server socket relationship.Following inception, a … Wikipedia
Server socket — A server socket is a computer communications end point for new incoming connections. The server socket accepts incoming connections, handles lower level network traffic to finalize the connection and then forks a new connection for reading or… … Wikipedia